Description
Attach the given retention rule to the input document. The document becomes a record and the main blob cannot be updated
Operation id | Retention.AttachRule |
Category | Retention |
Label | Attach Retention Rule |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Retention.AttachRule",
"label" : "Attach Retention Rule",
"category" : "Retention",
"requires" : null,
"description" : "Attach the given retention rule to the input document. The document becomes a record and the main blob cannot be updated",
"url" : "Retention.AttachRule",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "rule",
"description" : null,
"type" : "document",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}